/* ==========================================================================
   Forms
   ========================================================================== */

input,
button,
select,
textarea{font-family: Arial, sans-serif;}

/*
 * Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/

legend {
    display: none;

    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
*/

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}


/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    
    color: #555;
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 5px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
}

input.startsearch,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 20px;
    padding: 5px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.startsearch:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
    border-color: rgba(17, 71, 103, 0.5);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow:  inset 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}


select {
    height:32px;
    width:223px;
}

input[type="submit"]{width:auto;height:auto;}

p.datenschutz img {margin:0 5px 0 0;}

.formCheckBox input,
#kontaktSeiteContentWrapper .formCheckBox input {
    width:auto;
    margin:5px 5px 0 0;
}

/* Special Inputs */


/* Contact */
.Formular {
    margin: 20px 0 18px 0;
}

.formNameValuePair,
.formNameValuePairError {
    margin-right: 20px;
    float: left;
}

.formName {
    line-height: 2;
}

 input {
    width: 210px;
    display:inline-block;
}

 textarea {
    width:454px;
    margin-bottom:9px;
}

input.submit,
input[type="submit"] {
    width: 468px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    min-width: 60px;
    padding: 0 5px;
    color: #ffffff;
/*    font-size: 12px;   */
  
    border: 1px solid #0d2a3d;
	background: #164868; /* Old browsers */
	background: -moz-linear-gradient(top, #164868 0%, #0d2a3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164868), color-stop(100%,#0d2a3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #164868 0%,#0d2a3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164868', endColorstr='#0d2a3d',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow:  inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}


input.submit:hover,
input[type="submit"]:hover {
    color: #f6f6f6;
    text-decoration: none;
    border: 1px solid #0d2a3d;
    -webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	background: #1b577c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b577c 1%, #154563 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1b577c), color-stop(100%,#154563)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b577c 1%,#154563 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b577c 1%,#154563 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b577c 1%,#154563 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b577c 1%,#154563 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b577c', endColorstr='#154563',GradientType=0 ); /* IE6-9 */

}

input.submit:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  inset0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  inset 0 1px 2px rgba(0, 0, 0, 0.4);
}


.boxWrapper p.formWarning {
    margin: 10px 0;
    color:#B94A48;
}

.boxWrapper span.fieldErrorCaption {
    color:#B94A48;
}
span.fieldErrorInput input,
span.fieldErrorInput textarea {
    border-color: #B94A48;
}
span.fieldErrorInput input:focus,
span.fieldErrorInput textarea:focus {
        border-color: #B94A48;
}

input.newsletterSubmit {
    padding: 0 5px;
    margin: 10px 0 ;
    width:auto;
    clear:both;
}

input.newsletterInput {
/*    width: 185px;*/
    line-height: 15px;
    height: 18px;
    margin:0 2px 0 0;
/*    float: left;*/
}

input.productSearch {
    width: 264px;
    float:left;
    border-right:0;
    background: #ffffff;
}
input.startsearch {
    width: 20px;
    border-left:0;
    background: #ffffff;
}


p.formDesc {
    display: inline-block;
    color:#999;
    margin:6px 8px 0 -40px;
    z-index:999;
    float:right;
    position:relative;
}

div.formCheckBox {
   float:left;
   padding:0 15px 10px 0;
}

/*** LOGIN ***/

.login input.submit {
    width:224px; 
    margin-left:120px;
}

.login .pwLink {
    margin-left:120px;
    margin-bottom:10px;
    display:block;
}

.regLink {
    
}

.login label {
    width:120px;
    display:block;
    padding:10px 0 0 0;
    float:left;
    clear:both;
    margin-bottom:9px;
}

input.button.small {
    width:auto;
    margin-bottom:9px;
    height:33px;
}
/**********************************/
/* Produktdetail Formualar
/**********************************/
.productDetailForm {
    position: absolute;
    margin: -439px 0 0 51px;
    width:389px;
    padding:13px 0px 13px 13px;
    background:url('../cachepics/product_form_bg.png');
    background-repeat: repeat-y;
    background-position: top left;
}
/*.productDetailForm.closed {
    margin: -68px 0 0 51px;
}*/
.productDetailForm .trigger {
    background:url('../cachepics/product_form_bg_close.png');
    background-repeat: no-repeat;
    background-position: top left;
    height:20px;
    width:20px;
    display:block;
    float: right;
    cursor:pointer;
    margin: 2px 20px 0 0px;
}
.productDetailForm .trigger:hover,
.productDetailForm.closed .trigger {
    background:url('../cachepics/product_form_bg_open.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.productDetailForm.closed .trigger:hover {
    background:url('../cachepics/product_form_bg_close.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.productDetailForm h2 {
    width:330px;
    margin: 0;
    color:#cb4949;
    padding:2px 0 3px 0;
    border-bottom:1px solid #cb4949;
}
.productDetailForm.closed h2 {
    border-bottom:0;
}
.productDetailFormWrapper {
    height: 361px;
}
.productDetailFormWrapper .Formular {
    margin:10px 0 0 0;
}
.productDetailFormWrapper .formName {
    line-height:1.6;
}
.productDetailForm select {
    width:173px;
    padding:3px 3px;
    height:28px;
}
.productDetailForm input {
    width:166px;
    padding:3px 3px;
}
.productDetailForm .formCheckBox {
    position: relative;
    margin:-25px 0 -5px 0;
}
.productDetailForm .formCheckBox input {
    width:14px;
    height:14px;
}
.productDetailForm .datenschutz {
    margin-top:-15px;
}
.productDetailForm .datenschutz {
    margin-top:-15px;
}
.productDetailForm .submit {
    width:369px;
    border: 1px solid #cb4949;
	background: #d87171; /* Old browsers */
	background: -moz-linear-gradient(top, #d87171 0%, #cb4949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d87171), color-stop(100%,#cb4949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d87171 0%,#cb4949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d87171 0%,#cb4949 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d87171 0%,#cb4949 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d87171 0%,#cb4949 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87171', endColorstr='#cb4949',GradientType=0 ); /* IE6-9 */
}
.productDetailForm .submit:hover {
    border: 1px solid #cb4949;
	background: #1b577c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d87171 1%, #d36060 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d87171), color-stop(100%,#d36060)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d87171 1%,#d36060 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d87171 1%,#d36060 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d87171 1%,#d36060 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d87171 1%,#d36060 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87171', endColorstr='#d36060',GradientType=0 ); /* IE6-9 */
}

/* Errors */
.productDetailForm .formWarning {
    display: none;
}
.productDetailForm .fieldErrorInput .formCheckBox label {
    color:#B94A48;
}